-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Implement SVE2 non-temporal gather loads #123890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
🤖 Copilot Code Review — PR #123890Holistic AssessmentMotivation: This PR adds SVE2 non-temporal gather load intrinsics ( Approach: The implementation follows the established pattern for SVE gather loads, adding 12 new intrinsic entries in the JIT tables, corresponding managed APIs in Summary: Detailed Findings❌ Codegen correctness —
|
These APIs with 4-byte addresses are commented out so they cannot be tested currently, but adding them for completeness.
All commented tests/APIs should be related to #103297. |
Contributes to #94019 .
@dotnet/arm64-contrib @a74nh